PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFLinkAnnotation Class / PDFLinkAnnotation Constructor / PDFLinkAnnotation Constructor(PDFCosDictionary)
The COS annotation.
In This Topic
    PDFLinkAnnotation Constructor(PDFCosDictionary)
    In This Topic
    Initializes a new PDFLinkAnnotation object with the specified COS annotation.
    Syntax
    public PDFLinkAnnotation( 
       PDFCosDictionary cosAnnotation
    )

    Parameters

    cosAnnotation
    The COS annotation.
    See Also